home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Telnet 2.6.1d1 / src / source / ftp / macutil.proto.h < prev    next >
Encoding:
Text File  |  1993-09-15  |  414 b   |  9 lines  |  [TEXT/KAHL]

  1. void GetDirectoryName(short vRefNum, long dirID, Str32 name);
  2. short VolumeNameToRefNum(Str32 volumeName);
  3. void PathNameFromDirID(long dirID, short vRefNum, StringPtr fullPathName);
  4. short ChangeDirectory(long *dirID, short *vRefNum,char *pathname);
  5.  
  6. short wccheck(char *file, char *template);
  7. char *firstname(char *spec, long dirID, short vRefNum, CInfoPBRec *finfo);
  8. char *nextname(char *spec, CInfoPBRec *finfo);
  9.